<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">yyui_tab/* css style ,made by zgy 2018.06 */


/*鍏ㄥ眬璁剧疆*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei" ! important;
	font-size: 13px;
}

input,
button,
select,
option,
textarea {
	outline: none;
}


/*鍘绘帀鑱氱劍鏃剁殑钃濇*/

div,
ul,
li {
	list-style-type: none;
}

input,
textarea {
	-webkit-appearance: none;
	/*鍘婚櫎input榛樿鏍峰紡锛屽挨鍏舵槸iphone/pad*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* placeholder鐨勯鑹� */
	color: #cacaca;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca;
}


/*杈撳叆妗�****************************************************************************/

.yyui_input {
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	padding-left: 10px;
	height: 38px;
	font-size: 13px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

.yyui_input_sm {
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	padding-left: 8px;
	height: 30px;
	font-size: 13px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}


/*鏃ユ湡妗�****************************************************************************/

.yyui_date,
.yyui_datetime {
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	padding-left: 10px;
	height: 38px;
	font-size: 13px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: url("http://yuyun365.com/images/riqi.png") no-repeat scroll right center transparent;
	background-color: #FFFFFF;
}


/*鏂囨湰鍩�****************************************************************************/

.yyui_textarea {
	box-sizing: border-box;
	resize: none;
	border: 1px solid #E6E6E6;
	padding: 6px 10px;
	line-height: 1.5;
	font-size: 13px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}


/*鏅€氭寜閽�****************************************************************************/

.yyui_btnbai {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	height: 38px;
	color: #333333;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	padding: 0px 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnbai:hover {
	background-color: #E6E6E6;
	border: 1px solid #ADADAD;
}

.yyui_btnlan {
	box-sizing: border-box;
	border: 0 none;
	height: 38px;
	color: #ffffff;
	background-color: #337AB7;
	cursor: pointer;
	font-size: 13px;
	padding: 0px 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnlan:hover {
	background-color: #2E6DA4;
}

.yyui_btnhong {
	box-sizing: border-box;
	border: 0 none;
	height: 38px;
	color: #ffffff;
	background-color: #D9534F;
	cursor: pointer;
	font-size: 13px;
	padding: 0px 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnhong:hover {
	background-color: #C9302C;
}

.yyui_btnjinyong {
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	height: 38px;
	color: #C9C9C9;
	background-color: #FBFBFB;
	cursor: not-allowed;
	font-size: 13px;
	padding: 0px 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnjinyong:hover {}


/*灏忔寜閽畇mall****************************************************************************/

.yyui_btnbai_sm {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	height: 30px;
	color: #333333;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding: 0px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnbai_sm:hover {
	background-color: #E6E6E6;
	border: 1px solid #ADADAD;
}

.yyui_btnlan_sm {
	box-sizing: border-box;
	border: 0 none;
	height: 30px;
	color: #fff;
	background-color: #337AB7;
	cursor: pointer;
	font-size: 11px;
	padding: 0px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnlan_sm:hover {
	background-color: #2E6DA4;
}

.yyui_btnhong_sm {
	box-sizing: border-box;
	border: 0 none;
	height: 30px;
	color: #fff;
	background-color: #D9534F;
	cursor: pointer;
	font-size: 11px;
	padding: 0px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnhong_sm:hover {
	background-color: #C9302C;
}

.yyui_btnjinyong_sm {
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	height: 30px;
	color: #C9C9C9;
	background-color: #FBFBFB;
	cursor: not-allowed;
	font-size: 11px;
	padding: 0px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnjinyong_sm:hover {}


/*鐗瑰皬鎸夐挳small****************************************************************************/

.yyui_btnbai_xs {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	height: 22px;
	color: #333333;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnbai_xs:hover {
	background-color: #E6E6E6;
	border: 1px solid #ADADAD;
}

.yyui_btnlan_xs {
	box-sizing: border-box;
	border: 0 none;
	height: 22px;
	color: #fff;
	background-color: #337AB7;
	cursor: pointer;
	font-size: 11px;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnlan_xs:hover {
	background-color: #2E6DA4;
}

.yyui_btnhong_xs {
	box-sizing: border-box;
	border: 0 none;
	height: 22px;
	color: #fff;
	background-color: #D9534F;
	cursor: pointer;
	font-size: 11px;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnhong_xs:hover {
	background-color: #C9302C;
}

.yyui_btnjinyong_xs {
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	height: 22px;
	color: #C9C9C9;
	background-color: #FBFBFB;
	cursor: not-allowed;
	font-size: 11px;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_btnjinyong_xs:hover {}


/*涓嬫媺妗�****************************************************************************/

.yyui_select::-ms-expand {
	display: none;
}


/*娓呴櫎ie鐨勯粯璁ら€夋嫨妗嗘牱寮忔竻闄わ紝闅愯棌涓嬫媺绠ご*/

.yyui_select {
	box-sizing: border-box;
	/*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄�*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*Chrome鍜孎irefox閲岄潰鐨勮竟妗嗘槸涓嶄竴鏍风殑锛屾墍浠ュ鍐欎簡涓€涓�*/
	border: 1px solid #E6E6E6;
	height: 38px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*鍦ㄩ€夋嫨妗嗙殑鏈€鍙充晶涓棿鏄剧ず灏忕澶村浘鐗�*/
	background: url("http://yuyun365.com/images/jiantou.png") no-repeat scroll right center transparent;
	background-color: #FFFFFF;
	/*涓轰笅鎷夊皬绠ご鐣欏嚭涓€鐐逛綅缃紝閬垮厤琚枃瀛楄鐩�*/
	padding-right: 24px;
	padding-left: 10px;
}


/*鍗曢€夋涓庡閫夋****************************************************************************/

.yyui_checkbox input[type=checkbox],
.yyui_radio input[type=radio] {
	-webkit-appearance: none;
	background-color: transparent;
	outline: 0 !important;
	border: 0;
}

.yyui_checkbox input[type=checkbox]:before,
.yyui_radio input[type=radio]:before {
	display: inline-block;
	width: 1em;
	text-align: left;
	font-family: FontAwesome;
	color: rgb(212, 212, 212);
	font-size: 1.6em;
}

.yyui_checkbox input[type=checkbox]:checked:before,
.yyui_radio input[type=radio]:checked:before {
	color: #3498DB;
}

.yyui_checkbox input[type=checkbox]:before {
	content: "\f096";
}

.yyui_checkbox input[type=checkbox]:checked:before {
	content: "\f14a";
}

.yyui_radio input[type=radio]:before {
	content: "\f1db";
}

.yyui_radio input[type=radio]:checked:before {
	content: "\f192";
}


/*閫夐」鍗榛樿鏍峰紡****************************************************************************/

.yyui_tab {
	width: 1200px;
	height: 803px;
	margin: 0 auto;

}

.yyui_tab&gt;ul {
	width: 1198px;
	height: 68px;
	margin: 0 auto;
	border:1px solid #d1d3d4 ;
	margin-top: 30px;
}

.yyui_tab&gt;ul&gt;.yyui_tab_title {
	box-sizing: border-box;
	line-height: 68px;
	width: 149.7px;
	height: 68px;
	color: #333 !important;
	background: #edf7fc;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0px;
	float: left;
	border-left: 1px solid #dedfe0;
	border-right: 1px solid #e6ecee;
}

.yyui_tab&gt;ul&gt;.yyui_tab_title_this {
	box-sizing: border-box;
	line-height: 68px;
	width: 149.7px;
	height: 68px;
	color: #fff;
	background: #2199de;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	border-left: 1px solid #dedfe0;
	border-right: 1px solid #e6ecee;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	letter-spacing: 0px;
	float: left;
}

.yyui_tab&gt;.yyui_tab_content {
	margin-top: -1px;
	display: none;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
}

.yyui_tab&gt;.yyui_tab_content_this {
	margin-top: -1px;
	display: block;
	box-sizing: border-box;
	width: 1200px;
	height: 454px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #d1d3d4;
	border-top: none;


}


/*閫夐」鍗card鍗＄墖鏍峰紡****************************************************************************/

.yyui_tab_card {
	border: 1px solid #e6e6e6;
	background-color: #f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_tab_card&gt;ul {
	margin-left: -1px;
}

.yyui_tab_card&gt;ul&gt;.yyui_tab_title {
	box-sizing: border-box;
	line-height: 38px;
	height: 38px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 0px 18px;
	letter-spacing: 0px;
}

.yyui_tab_card&gt;ul&gt;.yyui_tab_title_this {
	box-sizing: border-box;
	line-height: 36px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 38px;
	color: #333333;
	background-color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 0px 18px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	letter-spacing: 0px;
}

.yyui_tab_card&gt;.yyui_tab_content {
	display: none;
	box-sizing: border-box;
	padding: 10px;
	margin-top: -1px;
	border-top: 1px solid #e6e6e6;
	background-color: #ffffff;
}

.yyui_tab_card&gt;.yyui_tab_content_this {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	margin-top: -1px;
	border-top: 1px solid #e6e6e6;
	background-color: #ffffff;
}


/*寰界珷锛屾湭璇绘暟锛屽皬鍦嗙偣****************************************************************************/

.yyui_badge {
	line-height: 21px;
	color: #ffffff;
	background-color: #FF5722;
	margin-left: 4px;
	font-size: 11px;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_badge_dot {
	color: #FF5722;
	font-size: 1.4em;
	line-height: 0.8;
	margin-left: 4px;
}


/*涓嬮潰鏄釜鎬у畾涔�****************************************************************************/</pre></body></html>